home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / a342q07.lha / read.me < prev   
Text File  |  1993-07-18  |  3KB  |  69 lines

  1. Citadel 68K Archiver support files
  2.  
  3. This is a set of examples of how to setup the external archiver support in
  4. Citadel 68K.  The manuals and documention are correct for the most part.
  5.  
  6. Things you need:
  7.  
  8.     1) Move the DExxx.SYS files into the room area on your BBS.  Citadel
  9.        needs to read these files when it starts up.
  10.  
  11.     2) The particular archiver tools that are referenced.  Citadel 68K
  12.        does not support the Zip format.  Zip tools just are not that
  13.        stable and LHA is the prefered method of choice for Amiga owners.
  14.  
  15.     3) Please register the appropriate tools that are shareware, while
  16.        Citadel is FREEWARE, these tools may not be.
  17.  
  18.     4) Citadel documentation: Oper3.man.  It contains a full explination
  19.        of what is supported from an IBM view point.
  20.  
  21. Summary of Format:
  22.  
  23.   Line 1: Extract line
  24.   Line 2: Test Line
  25.   Line 3: Update Line
  26.  
  27.   Line 1 is used by the read archive functions in Citadel.  Citadel allows
  28.   you to do some functions with an archived file(like download only one
  29.   file from an archive).  See the helps for reading and the Oper3.man, but
  30.   ignore the stuff on error level...  You must have at least this line if
  31.   you wish to support one of the four possible archivers.
  32.  
  33.   Line 2 is used when a user uploads a file to Citadel.  The user is prompted
  34.   to see if an integrity check should be made.  this is the command line
  35.   used. Optional line, you must have it if you want Line 3 for Fast Transfers.
  36.  
  37.   Line 3 is used for Fast Transfers.  Citadel will compress networked
  38.   messages using this line.  Note:  There is alot of other things to
  39.   setup(like the compression and protocol plus enabling FT in the sysop/net
  40.   /edit menu).  READ THE MANUALS!  The most important thing to do is that
  41.   first, then agree with the other sysop on what protocol and compression.
  42.   Optional line, if you have it, you must have line 2.
  43.  
  44. Example:  DELHA.SYS
  45.  
  46.   lha x -q -M -m
  47.   lha t -q -M -m
  48.   lha u -q -M -m
  49.  
  50. This is the DELHA.SYS, the full three lines.  I use LHA 1.38 as an example.
  51. The DELZH.SYS is nearly identical and also uses LHA to do the archiving
  52. with the IDENTICAL same file except the third line has the added switch
  53. of "-0" to make it general compatible lzh files.
  54.  
  55. I have included these files in the archive.  You will have to supply the
  56. appropriate tools(like LHA, ZOO, ARC, and LZH).
  57.  
  58. Note:  You may use any tool for ARC(as an example), If you want to support
  59. ARJ format and have an Amiga tool that will do ARJ, use it and call all the
  60. files *.ARC.  If the Users cooperate, it will work.  It will cause some
  61. confusion and you will probably get complaints about downloaded xxx.ARC
  62. files that will not decompress with a *REAL* ARC, but users can read the
  63. contents of the files online(any your could setup a FT using that type).
  64. I don't recommend it...
  65.  
  66. If a new protocol support is desired, let me know and I will see about
  67. adding it to Citadel..  As of now, the four are the only ones it looks
  68. for.
  69.